home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12920 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.ichange.com!newsmaster
  2. From: Jesse Liberty <jl@staff.ichange.com>
  3. Newsgroups: comp.lang.c++,comp.object,comp.object.logic
  4. Subject: Re: polymorphism
  5. Date: Thu, 21 Mar 1996 17:49:20 -0500
  6. Organization: AT&T
  7. Message-ID: <3151DCF0.3EAA@staff.ichange.com>
  8. References: <31513CBB.41C6@mi.leeds.ac.uk>
  9. NNTP-Posting-Host: 140.244.99.60
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14. CC: jl@staff.ichange.com
  15.  
  16. Aniko Simon wrote:
  17. > Can anyone help:
  18. > what does the term "polymorphism" mean in OO programming ?
  19.  
  20. Polymorphism refers to the ability to take more than one form. The idea is that the user of an object can deal with an 
  21. abstract interface and the individual implementation "does the right thing." For example, you might tell a window to draw and 
  22. have it draw properly whether it is a frame, a subwindow, a button, or a check box.  The different "forms" of the window all 
  23. do the right thing in their own context.
  24.  
  25.  
  26. ------
  27. Jesse Liberty [AT&T New Media Services]
  28. jl@staff.ichange.com    ZDNet: 72241,72
  29. Teach Yourself C++ In 21 Days. Sams 1994
  30. Teach Yourself MORE C++ In 21 Days. Sams 1996
  31. Teach Yourself ANSI C++ In 21 Days. Sams 1996
  32. C++: An Introduction To Programming. Que 1996
  33.